Mega Code Archive

Categories
1) Android
2) ASP.Net
3) ASP.Net Tutorial
4) C
5) C Tutorial
6) C#
7) C# Book
8) C# by API
9) C# Tutorial
10) C++
11) C++ Tutorial
12) Delphi
13) Flash ActionScript
14) Flex
15) Java
16) Java Book
17) Java by API
18) Java Tutorial
19) JavaScript DHTML
20) JavaScript Reference
21) JavaScript Tutorial
22) MSOfficeExcel 2007 Tutorial
23) MSOfficePowerPoint 2007 Tutorial
24) MSOfficeWord 2007 Tutorial
25) MSSQL
26) MSSQL Tutorial
27) MySQL
28) MySQL Tutorial
29) Oracle PLSQL
30) Oracle PLSQL Tutorial
31) Perl
32) Php
33) PostgreSQL
34) Python
35) Python Tutorial
36) Ruby
37) Silverlight
38) VB.Net
39) VB.Net by API
40) VB.Net Tutorial
41) Visual C++ .NET
42) VisualBasic Script
43) XML
44) XML Tutorial
 
C++ Tutorial
1) Array
2) Bitset
3) Class
4) Data Types
5) Deque
6) Development
7) Exceptions
8) File Stream
9) Function
10) Language Basics
11) List
12) Map Multimap
13) Operator Overloading
14) Operators Statements
15) Pointer
16) Queue Stack
17) Set Multiset
18) STL Algorithms Binary Search
19) STL Algorithms Heap
20) STL Algorithms Helper
21) STL Algorithms Iterator
22) STL Algorithms Merge
23) STL Algorithms Min Max
24) STL Algorithms Modifying Sequence Operations
25) STL Algorithms Non Modifying Sequence Operations
26) STL Algorithms Sorting
27) STL Introduction
28) String
29) Structure
30) Template
31) Valarray
32) Vector
Array
1) An array of pointers to strings
2) Array accessed with array notation
3) Array accessed with pointer
4) Array accessed with pointer notation
5) Array of strings
6) Array pointer
7) Creating A Multidimensional Array
8) Declare a two-dimension array
9) Fill a two dimensional integer array element by element
10) define, pass, and walk through the different dimensions of an array
11) Index a pointer as if it were an array
12) Initialize a two-dimension array
13) Initializing an array
14) Initializing an array in a declaration
15) Initializing multidimensional arrays
16) Linear search of an array
17) Obtaining the number of array elements
18) Output array address by using array pointer
19) Passing array as a constant pointer
20) Passing arrays and individual array elements to functions
21) Read array element from keyboard and output
22) Read array element one by one from keyboard
23) Relationship between pointers and arrays
24) Search a two-dimension array
25) Static arrays are initialized to zero
26) Two dimensional object array and Initialization
27) Use a 2-D array of pointers to create a dictionary
28) Use nested for loop to display the two dimesional array
29) Use subscripting and pointer notations with arrays
30) Using pointer notation with a multidimensional array